'Declaration Public Overloads Function GetEvents( _ ByVal attributes() As Attribute _ ) As EventDescriptorCollection
'Usage Dim instance As SpreadDataRowView Dim attributes() As Attribute Dim value As EventDescriptorCollection value = instance.GetEvents(attributes)
public EventDescriptorCollection GetEvents( Attribute[] attributes )
Parameters
- attributes
- An array of type System.Attribute that is used as a filter
Return Value
A System.ComponentModel.EventDescriptorCollection that represents the filtered events for this component instance.